home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / jump.zip / JMP.TXT < prev   
Text File  |  1990-09-20  |  2KB  |  62 lines

  1. |A╔══════════╦════════════════════════════════════════════════════════╦══════════╗
  2. |A║ ^0Helpware |A║                         ^1 JMP |A                          ║^0 Helpware|A ║ 
  3. |A╚══════════╩════════════════════════════════════════════════════════╩══════════╝            
  4. ^Cby
  5. ^Cby Alan Farmer
  6.  
  7.     JMP is a useful utility for anyone who uses a large number of 
  8.  subdirectories.  The format for running the program is as follows: 
  9.  
  10. ^CJMP [-s][drive:]<subdirectory>
  11.  
  12.     JMP searches through all of your directories until it finds one that 
  13.  matches the <subdirectory> parameter you give, and then moves you to that 
  14.  subdirectory.  That name must be a simple filename, not a pathname.  If you 
  15.  specify a drive letter, JMP goes to that drive before attempting to jump to 
  16.  the new directory.  So, instead of typing: 
  17.  
  18. ^CA:\>C:
  19. ^CC:\>CHDIR \LANGUAGE\BASIC\GAMES
  20.  
  21.  You can just say:
  22.  
  23. ^CJMP C:GAMES
  24.  
  25.     However, in some cases there may be more than one occurrence of a 
  26.  subdirectory name or you may only remember that the subdirectory name 
  27.  begins with a "T".  JMP provides the "-s" commandline switch which tells 
  28.  the program to search the entire hard drive for all matching occurrences 
  29.  of the subdirectory name.  You can use either of the standard DOS wildcard 
  30.  characters ("*" or "?") when specifying the subdirectory name. 
  31.  
  32.  For example:
  33.  
  34. ^CJMP -s T*
  35.  
  36.  might produce the following list of subdirectories to select from:
  37.  
  38.  
  39.  Select Subdirectory . . .
  40.  
  41.      1) C:\PCW\TEXT
  42.      2) C:\TC\EXAMPLES\TCACL
  43.      3) C:\TC\TOUR
  44.      4) C:\TP\TURBO3
  45.      5) C:\TASM
  46.      6) C:\TD
  47.      7) C:\TP
  48.      8) C:\TPROF
  49.      9) C:\TC
  50.     10) Abort
  51.  
  52.  Your Choice?
  53.  
  54.  
  55.  Select the subdirectory to "jump" to by entering the number associated with 
  56.  that subdirectory and press <ENTER>. 
  57.  
  58.      To run this program outside the ^1Big Blue Disk^0 menu, type: ^1JMP^0.
  59.  
  60.  DISK FILES THIS PROGRAM USES:
  61. ^FJMP.EXE
  62.